home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / NEWSOFT / AUGUST / FREEDIAL / !FDInstall / FreeDial / Providers / za / OnWe / Scripts / SLIP
Text File  |  1996-04-11  |  380b  |  33 lines

  1. # Online Welcome SLIP script
  2.  
  3. Echo Logging in
  4. Wait fault?
  5. SendCR 2
  6. Wait =YES?
  7. SendCR N
  8. Wait name
  9. Login
  10. Wait assword
  11. Password
  12. SendCR
  13. SendCR
  14. SendCR
  15. SendCR
  16. SendCR
  17. Wait mmand?
  18. SendCR slip
  19. Wait name is:
  20. GetWord Inet$FullName
  21. Wait Your IP
  22. GetIP Inet$LocalIP
  23. Wait Gateway
  24. GetIP Inet$RemoteIP
  25. Wait Nameserver
  26. GetIP Inet$NameServer1IP
  27.  
  28. ResConf
  29.  
  30. Echo Starting SLIP
  31. Task InetStack:SLIP
  32.  
  33. Quit